diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx b/app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx index 9b9a5ac5..1d7786a5 100644 --- a/app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx +++ b/app/[lng]/evcp/(evcp)/vendor-investigation/page.tsx @@ -35,14 +35,14 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - Vendor Investigation Management + 협력업체 실사 관리 </h2> <InformationButton pagePath="evcp/vendor-investigation" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 요청된 Vendor 실사에 대한 스케줄 정보를 관리하고 결과를 입력할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
